Papers with Neural sequence generation
Attending to Future Tokens for Bidirectional Sequence Generation (D19-1)
Copied to clipboard
| Challenge: | Neural sequence generation is typically performed token-by-token and left-to-right. |
| Approach: | They propose to use placeholder tokens to make the sequence generation process bidirectional by taking past and future tokens into consideration when generating the actual output token. |
| Outcome: | The proposed approach outperforms baselines on two conversational tasks by a large margin. |